[INFO] fetching crate ctor 1.0.7...
[INFO] fixing ctor-1.0.7 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate ctor 1.0.7 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ctor 1.0.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ctor 1.0.7
[INFO] tweaked toml for crates.io crate ctor 1.0.7 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ctor 1.0.7 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ctor 1.0.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4
[INFO] running `Command { std: "docker" "start" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking link-section v0.18.0
[INFO] [stderr]    Compiling linktime-proc-macro v0.2.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking libc-print v0.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking ctor v1.0.7 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking macrotest v1.2.1
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]    Migrating examples/ctor-priority.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/ctor-example.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/ctor-basic.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/ctor-statics.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> examples/ctor-statics.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         GLOBAL.write(MyStatic::new("foo"));
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> examples/ctor-statics.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         GLOBAL.assume_init_ref()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/ctor-dynamic.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/ctor-advanced.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.50s
[INFO] [stderr] crater-edition-check: ctor v1.0.7 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking ctor v1.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-dynamic.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:955:11
[INFO] [stdout]     |
[INFO] [stdout] 955 |         #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |           +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-dynamic.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-dynamic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:955:11
[INFO] [stdout]     |
[INFO] [stdout] 955 |         #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |           +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-example.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-basic.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-dynamic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-basic.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor` (example "ctor-example") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-basic.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[ctor(unsafe, priority = 2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[ctor(unsafe, priority = 2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[ctor(unsafe, priority = 2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[ctor(unsafe, priority = 3)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[ctor(unsafe, priority = 3)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[ctor(unsafe, priority = 3)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-statics.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | #[ctor(unsafe, priority = 7)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor` (example "ctor-basic") due to 3 previous errors
[INFO] [stderr] error: could not compile `ctor` (example "ctor-dynamic") due to 4 previous errors
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | #[ctor(unsafe, priority = 7)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | #[ctor(unsafe, priority = 7)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:27:1
[INFO] [stdout]     |
[INFO] [stdout]  27 | #[ctor(unsafe, priority = 4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:27:1
[INFO] [stdout]     |
[INFO] [stdout]  27 | #[ctor(unsafe, priority = 4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor` (example "ctor-statics") due to 9 previous errors
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:27:1
[INFO] [stdout]     |
[INFO] [stdout]  27 | #[ctor(unsafe, priority = 4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:33:5
[INFO] [stdout]     |
[INFO] [stdout]  33 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:33:5
[INFO] [stdout]     |
[INFO] [stdout]  33 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:33:5
[INFO] [stdout]     |
[INFO] [stdout]  33 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | #[ctor(unsafe, priority = 10)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | #[ctor(unsafe, priority = 10)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[ctor(unsafe)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | #[ctor(unsafe, priority = 10)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | #[ctor(unsafe, priority = 5)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | #[ctor(unsafe, priority = 5)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | #[ctor(unsafe, priority = 5)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = 1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:58:5
[INFO] [stdout]     |
[INFO] [stdout]  58 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:58:5
[INFO] [stdout]     |
[INFO] [stdout]  58 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[ctor(unsafe, priority = 0)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:58:5
[INFO] [stdout]     |
[INFO] [stdout]  58 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[ctor(unsafe, priority = 0)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[ctor(unsafe, priority = 0)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:57:1
[INFO] [stdout]     |
[INFO] [stdout]  57 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:78:5
[INFO] [stdout]     |
[INFO] [stdout]  78 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:57:1
[INFO] [stdout]     |
[INFO] [stdout]  57 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:57:1
[INFO] [stdout]     |
[INFO] [stdout]  57 | #[ctor(unsafe, priority = late, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:78:5
[INFO] [stdout]     |
[INFO] [stdout]  78 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-advanced.rs:78:5
[INFO] [stdout]     |
[INFO] [stdout]  78 |     #[ctor(unsafe)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:62:1
[INFO] [stdout]     |
[INFO] [stdout]  62 | #[ctor(unsafe, priority = 6)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:62:1
[INFO] [stdout]     |
[INFO] [stdout]  62 | #[ctor(unsafe, priority = 6)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:62:1
[INFO] [stdout]     |
[INFO] [stdout]  62 | #[ctor(unsafe, priority = 6)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:67:1
[INFO] [stdout]     |
[INFO] [stdout]  67 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:67:1
[INFO] [stdout]     |
[INFO] [stdout]  67 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor` (example "ctor-advanced") due to 24 previous errors
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:67:1
[INFO] [stdout]     |
[INFO] [stdout]  67 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[ctor(unsafe, priority = 8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[ctor(unsafe, priority = 8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[ctor(unsafe, priority = 8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | #[ctor(unsafe, priority = 9)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | #[ctor(unsafe, priority = 9)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | #[ctor(unsafe, priority = 9)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | #[ctor(unsafe, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | #[ctor(unsafe, priority = default, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:97:1
[INFO] [stdout]     |
[INFO] [stdout]  97 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 |             body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                   +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:97:1
[INFO] [stdout]     |
[INFO] [stdout]  97 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:926:15
[INFO] [stdout]     |
[INFO] [stdout] 926 |             #[unsafe(link_section =) $($link_section)*]
[INFO] [stdout]     |               +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/ctor-priority.rs:97:1
[INFO] [stdout]     |
[INFO] [stdout]  97 | #[ctor(unsafe, priority = early, anonymous)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/parse.rs:768:39
[INFO] [stdout]     |
[INFO] [stdout] 768 |                 body_link_meta = ( $([unsafe(link_section =) $body_link_section])? ),
[INFO] [stdout]     |                                       +++++++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor` (example "ctor-priority") due to 57 previous errors
[INFO] running `Command { std: "docker" "inspect" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4", kill_on_drop: false }`
[INFO] [stdout] 2905508804bf3d24bd00dea154e2255a26fa4414b3aeacdfe0119adb801192c4
